@charset "UTF-8";


#lmce .TabbedPanels {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%;
}


#lmce .TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	width: 245px;
	border-left: 4px solid #313F3F;
	border-right: 4px solid #313F3F;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 4px solid #313F3F;
	padding-bottom: 12px;
	background-color: #F8F1E7;
}


#lmce .TabbedPanelsTab {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: 1px;
	padding: 4px 0px;
	margin: 0px 1px 0px 0px;
	font: bold 14px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	outline: none;
	border-bottom: 1px dotted #7E837F;
	width: 195px;
	margin-left: 20px;
	line-height: 45px;
}
#lmce .TabbedPanelsTab:last-child{
	border-bottom: none;
}


#lmce .TabbedPanelsTabHover {
	background-color: #313F3F;
	border-radius: 5px;
	padding-left: 9px;
	color: #EFD380;
}


#lmce .TabbedPanelsTabSelected {
	/*background-color: #EEE;*/
	/*border-bottom: 1px solid #EEE;*/
}

#lmce .TabbedPanelsTab a {
	color: black;
	text-decoration: none;
	display: block;
}
#lmce .TabbedPanelsTab a:hover{
	color: #EFD380;
		background-color: #313F3F;
		height: 45px;
		width: 100%;

}

#lmce .TabbedPanelsContentGroup {
	width: 825px;
	clear: both;
	/*border-left: solid 1px #CCC;*/
	/*border-bottom: solid 1px #CCC;*/
	/*border-top: solid 1px #999;*/
	/*border-right: solid 1px #999;*/
	background-color: #F9EFE3;
	position: absolute;
	top: 0;
	left: 310px;
	height: 893px;
	box-shadow: 5px 5px 5px #888888;
	padding: 15px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
#lmce .TabbedPanelsContent>div:nth-child(1){
	border-bottom: 1px dotted #888888;
	line-height: 40px;
	margin-bottom: 10px;
}
#lmce .TabbedPanelsContent>div:nth-child(1) span:nth-child(1){
	font-size: 23px;
	font-weight: bold;
}
#lmce .TabbedPanelsContent>div:nth-child(1) span:nth-child(2){
	float: right;
}
#lmce .TabbedPanelsContent>ul:nth-child(2){
    text-align:center;
}
#lmce .TabbedPanelsContent>ul:nth-child(2) a{
    color:black;
}
#lmce .TabbedPanelsContent>ul:nth-child(2) img{
	max-width: 360px;
	margin-bottom: 7px;
	max-height:226px;
}
#lmce .TabbedPanelsContent>ul:nth-child(2) li{
	list-style: none;
	margin-right: 45px;
	text-align: center;
	float: left;
	margin-bottom: 17px;
	width:360px;
	height:261px;

}
#lmce .TabbedPanelsContent>ul:nth-child(2) li:nth-child(even){
	margin-right: 0;
}
#lmce .TabbedPanelsContent {
	overflow: hidden;
	padding: 4px;
}


#lmce .TabbedPanelsContentVisible {
}


#lmce .VTabbedPanels {
	overflow: hidden;
	zoom: 1;
}


#lmce .VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


#lmce .VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


#lmce .VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}


#lmce .VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/* Styles for Printing */
@media print {
	#lmce .TabbedPanels {
	overflow: visible !important;
}
	#lmce .TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
	#lmce .TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
	#lmce .TabbedPanelsTab {
	 overflow: visible !important;
	 display: block !important;
	 clear:both !important;
}
}
